home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / resolvconf / update-libc.d / avahi-daemon
Text File  |  2008-07-27  |  249b  |  9 lines

  1. #!/bin/sh
  2. #
  3. # If we have an unicast .local domain, we immediately disable avahi to avoid
  4. # conflicts with the multicast IP4LL .local domain
  5.  
  6. if [ -x /usr/lib/avahi/avahi-daemon-check-dns.sh ]; then
  7.   exec /usr/lib/avahi/avahi-daemon-check-dns.sh
  8. fi
  9.